Click or drag to resize
TableServerAutomatic_Network_Search Method
Static Public Function for Automatic Network Search for Slab Connected(Execution time 5 to 10 minutes and it's depend on network speed). this function return type is List of Ip address String.
Examples
Foreach(string s in TableServer.AutomaticNetworkSearch()) {Console.WriteLine(s); };

Namespace: TangibleFramework
Assembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static List<string> Automatic_Network_Search()

Return Value

Type: ListString
See Also